home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2005 August (Alt)
/
CHIP 2005-08.1.iso
/
program
/
guvenlik
/
syslinux-3.07.exe
/
menu
/
syslinux.h
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
2004-02-03
|
273 b
|
14 lines
#ifndef _SYSLINUX_H_
#define _SYSLINUX_H_
extern int syslinux; /* Syslinux flag */
int issyslinux(void); /* Check if syslinux is running */
void runcommand(const char *cmd); /* Run specified command */
void gototxtmode(void); /* Change mode to text mode */
#endif